*{
    padding: 0;
    margin: 0;
}
span,input,a{
    display: inline-block;
}
input{
    width: 100%;
    border: 0;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #86909b;
    background: transparent;
    outline: none;
}
.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* height: 44px; */
    background: #1163f0;
    padding: 12px 17px;
    box-sizing: border-box;
}
.nav-bar img {
    width: 9px;
    height: 17px;
}
.nav-bar div {
    width: 100%;
   text-align: center;
    font-size: 17px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #ffffff;
}
.container{
    padding: 15px 12px;
}
.hai-bao-bg{
    width: 100%;
    height: 375px;
}
.from{
    display: flex;
    flex-direction: column;

}
.from .from-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.from-item-text{
    white-space: nowrap;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #4e5968;
}
.flex{
    display: flex;
    width: 81%;
    justify-content: space-between;
}
.from .from-item-right,.from .input-bg{
    display: flex;
    align-items: center;
    padding: 8px 12px;
    box-sizing: border-box;
    background: linear-gradient(160deg,#fafafa 6%, #f6f7f8 100%);
    border-radius: 4px;
    box-shadow: 3px 3px 6px 0px rgba(169,182,203,0.11) inset; 
}
.from .from-item-right{
    width: 81%;

}
.input-bg{
    width: 63%;

}
.from .flex span{
    width: 94px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #4e5968;
    background: linear-gradient(27deg,#edf0f7 0%, #ffffff 100%);
    border-radius: 2px;
    box-shadow: 2px 3px 6px 0px rgba(198,202,213,0.28); 
}
.bottom{
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
.agree{
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 15px;
    padding: 0 12px;
}
#check-box{
    display: flex;
    align-items: center;
}
.agree img{
    width: 12px;
    height: 12px;
    border: 1px solid #999999;
    border-radius: 50%;
    margin-right: 5px;
}
#checked-icon{
    display: none;;
}
.agree div{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #666666;
}
.agree span{
    color: #4E5968;
}
.bottom-btn{
    width: 100vw;
    padding: 12px 12px 36px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(238,239,241,0.50); 
}
.bottom-btn a{
    width: 100%;
    height: 41px;
    color: inherit; /* 使用父元素的颜色，避免默认蓝色 */
    cursor: pointer; /* 去除鼠标悬停时光标的变化 */
    text-decoration: none;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #4e5968;
    text-align: center;
    line-height: 41px;
    background: linear-gradient(27deg,#edf0f7 0%, #ffffff 100%);
    border-radius: 2px;
    box-shadow: 2px 3px 6px 0px rgba(198,202,213,0.28); 
}

.dowlond-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dowlond-box img{
    width: 89px;
    height: 89px;
    background: rgba(0,0,0,0.00);
}

.dowlond-box span{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #4e5968;
}
main{
    position: relative;
    z-index: 3;
    height: 100%;

}
#poster-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 91vh;
}
.poster-bottom{
    position: fixed;
    bottom: 18px;
    width: 100%;
    left: 0;
    display: flex;
    padding: 0 33px;
    box-sizing: border-box;
    justify-content: space-around;

}
.poster-bottom span{
    margin-top: 8px;
}